func runtime.heapSetTypeLarge

2 uses

	runtime (current package)
		malloc.go#L1605: 			getMCache(mp).scanAlloc += heapSetTypeLarge(uintptr(x), size, typ, span)
		mbitmap.go#L740: func heapSetTypeLarge(x, dataSize uintptr, typ *_type, span *mspan) uintptr {